[Top] [Prev] [Next] [Bottom] [Contents]

SaVbsFuncTrue

Prints a VB Script function which assigns TRUE to the return value of a VB Script function.

Synopsis

#include "savbs.h"
int SaVbsFuncTrue(char* msg);

Argument

msg

A string specifying the name of the VB Script function to assign a TRUE value to.

Return Values

Returns an integer with a value of 0 if successful and a value of 1 if msg is either NULL or an empty string.

Description

Prints a VB Script function which assigns TRUE to the return value of a VB Script function.

Example

The code fragment:

SaVbsFuncTrue("SaValSimpleFormat");
will write:

SaValSimpleFormat = TRUE
to the output stream.

See Also

SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncFalse, SaVbsPrint, SaVbsMsgBox, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit, SaVbsLenZero, SaVbsLenNe, SaVbsStdFor, SaVbsCommB, SaVbsExitF, SaVbsEndF, SaVbsNext, SaVbsElse, SaVbsDecl, SaVbsNTabs, SaVbsNLines



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.